(C) 1996 AROS - The Amiga Replacement OS


NAME
#include <proto/alib.h>
IPTR CallHookA()
SYNOPSIS
struct Hook * hook
APTR object
APTR param

FUNCTION
Calls a hook with the specified object and parameters.

INPUTS
hook
Call this hook.
object
This is the object which is passed to the hook. The valid values for this parameter depends on the definition of the called hook.
param
Pass these parameters to the specified object
RESULT
The return value depends on the definition of the hook.

NOTES
EXAMPLE
BUGS
SEE ALSO
CallHook()
HISTORY
14.02.1997 digulla
Added cast
27.01.1997 ldp
Include proto instead of clib
28.11.1996 aros
A couple of new functions in amiga.lib

Easier code to handle stacktags and stackmethods.